SOUND PAN

This command will return the current pan value of the specified Sound Number.

  Syntax
Return Integer=SOUND PAN(Sound Number)
  Parameters
Sound Number
Integer
The sound number

  Returns

This command will return the current pan value of the specified Sound Number

  Example Code
cls
load sound "man.wav",1
play sound 1
set sound pan 10.000
print "sound pan "+str$(sound pan(1))
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index